Skip to content

fix: use first-interaction v3 input names - #2

Merged
lukisch merged 1 commit into
mainfrom
fix/first-interaction-v3-inputs-20260801
Aug 1, 2026
Merged

fix: use first-interaction v3 input names#2
lukisch merged 1 commit into
mainfrom
fix/first-interaction-v3-inputs-20260801

Conversation

@lukisch

@lukisch lukisch commented Aug 1, 2026

Copy link
Copy Markdown
Member

Problem

The existing Welcome workflow uses the removed hyphenated inputs with actions/first-interaction@v3. GitHub reports the accepted v3 inputs as repo_token, issue_message, and pr_message, then fails because issue_message is missing.

Fix

Rename only those three input keys to the official v3 names. Message content and permissions remain unchanged.

Verification

  • YAML parses successfully
  • all three v3 keys present
  • all three legacy keys absent
  • git diff --check clean
  • failure evidence: workflow run 30697966650

Note: pull_request_target reads the base-branch workflow, so the Welcome check can remain red on this repair PR until the fixed workflow is merged.

@lukisch
lukisch merged commit aabfd3a into main Aug 1, 2026
9 of 10 checks passed
@lukisch
lukisch deleted the fix/first-interaction-v3-inputs-20260801 branch August 1, 2026 11:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant